From: Richard M. Stallman Date: Mon, 6 Jun 1994 09:22:14 +0000 (+0000) Subject: (tab-stop-list): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91249 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ad68eadd6367e19ea5623e9ac8097b87381809e;p=emacs.git (tab-stop-list): Doc fix. --- diff --git a/lisp/indent.el b/lisp/indent.el index adb97597345..e7f4605b682 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -168,7 +168,8 @@ column point starts at, `tab-to-tab-stop' is done instead." (defvar tab-stop-list '(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120) - "*List of tab stop positions used by `tab-to-tab-stops'.") + "*List of tab stop positions used by `tab-to-tab-stops'. +This should be a list of integers, ordered from smallest to largest.") (defvar edit-tab-stops-map nil "Keymap used in `edit-tab-stops'.") (if edit-tab-stops-map